|
CAN Gateway code example
v1.2
|
Definition of structure with CAN Gateway's parameters. More...
Public Attributes | |
| unsigned long | idDevice |
| ID of the device. | |
| unsigned long | idCh1 |
| ID of the CAN CH1. | |
| unsigned long | idCh2 |
| ID of the CAN CH2. | |
| unsigned long | idFilterCh1 |
| ID of the filter for CAN CH1. | |
| unsigned long | idFilterCh2 |
| ID of the filter for CAN CH2. | |
| unsigned long | baudCh1 |
| Baud rate of CAN CH1. | |
| unsigned long | baudCh2 |
| Baud rate of CAN CH2. | |
| bool | activeCh1 |
| CAN CH1 active status. | |
| bool | activeCh2 |
| CAN CH2 active status. | |
1.8.6